home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / library / amymetfl.lha / AmigaMetaFileFormat / AMFFormat.description next >
Text File  |  1996-04-16  |  685b  |  34 lines

  1. AmigaMetaFile-Format     AMFF
  2.  
  3. This Format is a IFF graphics subformat:
  4.  
  5. CHUNK     DATA               Length in Bytes
  6. --------------------------------------------
  7.  
  8. FORM      AMFF                     4
  9.  
  10. VERS      version.reversion        8
  11.  
  12. BODY      list of amf-functions:   any
  13.           * function-number        4
  14.           * lenght of arguments    4
  15.             in longwords
  16.           * arguments              length*4
  17.  
  18. Example:
  19.  
  20. F O R M x x x x A M F F 
  21.  
  22.  CHUNK   lenght  DATA
  23.  
  24.  
  25. V E R S 0 0 0 8 0 0 0 2 0 0 0 1
  26.  
  27.  CHUNK  lenght version  reversion
  28.  
  29.  
  30. B O D Y x x x x 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 7 F F F 7 F F F ...
  31.  
  32.  CHUNK   lenght function length  xstart  ystart   xend    yend
  33.  
  34.